home *** CD-ROM | disk | FTP | other *** search
/ Spacewalker F97 / Spacewalker F97.iso / RECYCLED / DD17.CFG < prev    next >
Encoding:
Text File  |  1997-01-22  |  1.7 KB  |  90 lines

  1.  
  2. TITLEBACKGROUND: BRIGHT CYAN
  3.  
  4. TITLE: "S3 Dos Drivers Installation"
  5.  
  6. OVERWRITEFILE:yes
  7.  
  8. rem introscreen:   "oemlogo4.pcx"
  9.  
  10.  
  11. BEGINFIRSTSCREEN
  12.  
  13.   Welcome to the DOS installation utility for 
  14.  
  15.            S3 VGA Dos Utilities
  16.  
  17.                    and
  18.  
  19.       Microstation 4.0/5.0 Ver. 1.01
  20.  
  21.                    and
  22.  
  23.    Autodesk Device Interface 4.2 Ver. 2.2 
  24.  
  25.  
  26. ENDFIRSTSCREEN
  27.  
  28. BEGINGROUP 
  29.  
  30.     Select the utility and/or drivers:
  31.     (multiple selections)
  32.  
  33. 40  [X]  S3 VGA Dos Utilities
  34.  
  35. 10  [ ]  Autodesk Device Interface 4.2
  36.  
  37. 20  [ ]  Microstation 4.0/5.0
  38.  
  39. 99  [ ]  Exit Setup
  40.  
  41. ENDGROUP
  42.  
  43. BEGINGROUP Exclusive, 10
  44.  
  45.     Select the AutoCAD release number you are running:
  46.  
  47.     Note: If you are installing for 3D studio only,
  48.           install as though you are using AutoCAD
  49.           release 10 or 11 and follow configuration 
  50.           instruction in the "Rendering with TurboDLD"
  51.           chapter of your TurboDLD-Classic Installation 
  52.           Guide.         
  53.  
  54. 11  [X]  AutoCAD release 12 or 13
  55. 12  [ ]  AutoCAD release 10 or 11
  56.  
  57. ENDGROUP
  58. BEGINGROUP Exclusive, 20
  59.  
  60.     Select the MicroStation version you are running:
  61.  
  62. 21  [X]  MicroStation 5.0
  63. 22  [ ]  MicroStation 4.0
  64.  
  65. ENDGROUP
  66.  
  67. DEFAULTDIR: "c:\", noaskdrive, noaskdir
  68.  
  69. IF GROUP = 40
  70. RUNATEXIT: "$sourcedir$\install.exe $sourcedir$\s3dos.CFG"
  71. ENDIF
  72.  
  73. IF GROUP = 11
  74. RUNATEXIT: "$sourcedir$\install.exe $sourcedir$\ADI-R12.cfg"
  75. ENDIF
  76.  
  77. IF GROUP = 12
  78. RUNATEXIT: "$sourcedir$\install.exe $sourcedir$\ADI-R10.CFG"
  79. ENDIF
  80.  
  81. IF GROUP = 21
  82. RUNATEXIT: "$sourcedir$\install.exe $sourcedir$\Micro-50.cfg"
  83. ENDIF
  84.  
  85. IF GROUP = 22
  86. RUNATEXIT: "$sourcedir$\install.exe $sourcedir$\Micro-40.CFG"
  87. ENDIF
  88.  
  89.  
  90.